home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / mofro.swf / scripts / DefineSprite_263 / frame_1 / DoAction.as
Text File  |  2011-01-13  |  190b  |  10 lines

  1. this._name = "wall" + _root.maxwall;
  2. name = _root.maxwall;
  3. if(this.keywall)
  4. {
  5.    _root.keywall = this.name;
  6. }
  7. _root.findvariables(_name);
  8. _root.maxwall = _root.maxwall + 1;
  9. stop();
  10.